The C1SelectionManager<(Of <(<'T>)>)> type exposes the following members.

Constructors

  Name Description
Public method C1SelectionManager<(Of <(<'T>)>)>
Creates an instance of C1SelectionManager.

Methods

  Name Description
Public method ClearSelection
Clears the current selection.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method HandleSelectionChange(T, Boolean)
Handles the item selection, checks the item current status and updates the selected items.
Public method HandleSelectionChange(T, Boolean, Boolean)
Handles the item selection, checks the item current status and updates the selected items.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  Name Description
Public property AllowMultiRangeSelection
Gets or sets a value indicating if the selection of multiple ranges at the same time is allowed.
Public property SelectedItem
Gets the current selected item (if not in single selection mode returns the last of the SelectedItems.
Public property SelectedItems
Gets the list of current selected items.
Public property SelectionMode
Gets or sets the selection mode used by the C1SelectionManager.

Events

  Name Description
Public event SelectionChanged
Fired when the selection changes.
Public event SelectionChanging
Fired when the selection is changing.

See Also